home *** CD-ROM | disk | FTP | other *** search
- on TastoReport
- set myTasto to the keyCode
- case myTasto of
- 53:
- chiudiWindow()
- 125:
- if the optionDown then
- LastV()
- else
- NextV()
- end if
- 126:
- if the optionDown then
- FirstV()
- else
- PrevV()
- end if
- 121:
- NextPageV()
- 116:
- PrevPageV()
- 124:
- if the optionDown then
- LastH()
- else
- NextH()
- end if
- 123:
- if the optionDown then
- FirstH()
- else
- PrevH()
- end if
- end case
- if (the key = "w") and the commandDown then
- chiudiWindow()
- else
- if the commandDown then
- dontPassEvent()
- exit
- end if
- end if
- end
-